object SpellDialog: TSpellDialog Left = 529 Top = 253 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'xxSpelling' ClientHeight = 167 ClientWidth = 432 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object NotFoundText: TLabel Left = 8 Top = 8 Width = 63 Height = 13 Caption = 'xxNot Found:' FocusControl = NotFoundEdit end object ReplaceWithText: TLabel Left = 8 Top = 36 Width = 78 Height = 13 Caption = 'xxReplace With:' FocusControl = ReplaceWithEdit end object SuggestionsText: TLabel Left = 8 Top = 64 Width = 71 Height = 13 Caption = 'xxSuggestions:' FocusControl = SuggestionsListbox end object NotFoundEdit: TEdit Left = 104 Top = 8 Width = 140 Height = 21 TabStop = False ReadOnly = True TabOrder = 0 OnDblClick = NotFoundEditDblClick end object ReplaceWithEdit: TEdit Left = 104 Top = 35 Width = 140 Height = 21 TabOrder = 1 OnChange = ReplaceWithEditChange end object SuggestionsListbox: TListBox Left = 104 Top = 62 Width = 140 Height = 99 ItemHeight = 13 TabOrder = 2 OnClick = SuggestionsListboxClick OnDblClick = SuggestionsListboxDblClick end object UndoButton: TButton Left = 8 Top = 111 Width = 85 Height = 23 Caption = 'xxUndo' TabOrder = 10 OnClick = UndoButtonClick end object OptionsButton: TButton Left = 8 Top = 138 Width = 85 Height = 23 Caption = 'xxOptions' TabOrder = 12 OnClick = OptionsButtonClick end object IgnoreAllButton: TButton Left = 340 Top = 8 Width = 85 Height = 23 Caption = 'xxIgnore All' TabOrder = 4 OnClick = IgnoreAllButtonClick end object IgnoreButton: TButton Left = 252 Top = 8 Width = 85 Height = 23 Caption = 'xxIgnore' TabOrder = 3 OnClick = IgnoreButtonClick end object ChangeAllButton: TButton Left = 340 Top = 35 Width = 85 Height = 23 Caption = 'xxChange All' TabOrder = 6 OnClick = ChangeAllButtonClick end object ChangeButton: TButton Left = 252 Top = 35 Width = 85 Height = 23 Caption = 'xxChange' TabOrder = 5 OnClick = ChangeButtonClick end object AddButton: TButton Left = 252 Top = 62 Width = 85 Height = 23 Caption = 'xxAdd' TabOrder = 7 OnClick = AddButtonClick end object AutoCorrectButton: TButton Left = 340 Top = 62 Width = 85 Height = 23 Caption = 'xxAuto-Correct' TabOrder = 8 OnClick = AutoCorrectButtonClick end object HelpButton: TButton Left = 252 Top = 138 Width = 85 Height = 23 Caption = 'xxHelp' TabOrder = 9 OnClick = HelpButtonClick end object CancelButton: TButton Left = 340 Top = 138 Width = 85 Height = 23 Cancel = True Caption = 'xxCancel' TabOrder = 11 OnClick = CancelButtonClick end object DialogControl: TConfigurationDialogCtrl OnConfigurationAvailable = DialogControlConfigurationAvailable OnPromptWord = DialogControlPromptWord Left = 112 Top = 72 end end